home *** CD-ROM | disk | FTP | other *** search
/ Deutsche Edition 1 / Deutsche Edition 1.iso / amok / 011-020 / amok18 / popup-menu / quickie < prev    next >
Text File  |  1993-11-04  |  2KB  |  47 lines

  1.  
  2.  
  3.                       PopUp-Menus Quickie
  4.                       ===================
  5.  
  6. Was ist das? Ein PopUp-Menü ist ein Menüstreifen, der irgendwo auf dem
  7.              Bildschirm erscheint, vorzugsweise unter dem Mauszeiger.
  8.  
  9. What is it? A PopUp Menu is a menu strip that can appear anywhere on
  10.             screen, preferably under the pointer.
  11.  
  12.  
  13. Was ist daran neu? PopUp-Menüs gibt's standardmäßig nicht auf dem Amiga,
  14.                    aber z.B. auf dem MacIntosh.
  15.  
  16. What's new? Intuition doesn't support PopUp Menus, but other window systems
  17.             do, e.g. the MacIntosh.
  18.  
  19.  
  20. Wie werden sie eingesetzt? Menüstruktur erstellen und das Menü mit
  21.                            value:=PopChoose(menPtr,winPtr); aufrufen.
  22.                            menPtr ist der Zeiger auf das Menü,
  23.                            winPtr ist der Zeiger auf das zugehörige Window,
  24.                            value ist der Rückgabewert (MenuItemNr. oder -1).
  25.  
  26. How to use? Build a menu structure and call
  27.             value:=PopChoose(menPtr,winPtr);
  28.             menPtr is the pointer to the PopUp Menu structure,
  29.             winPtr is the pointer to your own window to which
  30.             the PopUp Menu is attached to.
  31.             value is the MenuItemNumber selected (or else -1).
  32.  
  33.  
  34. Für den Demo-Compiler geeignet? Aber ja doch!
  35.  
  36. Can be used with the Demo Compiler? Yes Sir!
  37.  
  38.  
  39. Starten Sie 'popDemo', zur weiteren Information lesen Sie 'pop.mod.dok'.
  40.  
  41. Start 'popDemo' for a quick glance and read 'pop.mod.doc' for further info.
  42.  
  43.  
  44.        Viel Spaß! / Have fun!
  45.  
  46.                              Jochen (SIGMA) (16-feb-89)
  47.